home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AI Game Programming Wisdom
/
AIGameProgrammingWisdom.iso
/
SourceCode
/
02 Useful Techniques
/
08 Zarozinski
/
src
/
ffllapi
/
FFLLAPI.def
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-10-09
|
315 b
|
15 lines
; .def file for the FFLL API
;
; Copyright ⌐ 2001 Louder Than A Bomb! Software
;
; For Win32 DLLs, only EXPORTs really required.
EXPORTS
ffll_new_model @1
ffll_load_fcl_file @2
ffll_new_child @3
ffll_set_value @4
ffll_get_output_value @5
ffll_get_msg_textA @6
ffll_get_msg_textW @7